home *** CD-ROM | disk | FTP | other *** search
/ MacHome 2000 May / MacHome CD (May 2000).iso / Applications / EarthBrowser™ 1.0.3 / Data / Geofile / index.gdx < prev    next >
Text File  |  2000-01-08  |  689b  |  34 lines

  1. //
  2. // EarthBrowser - index.gdx
  3. // Copyright 1999 Lunar Software Inc.
  4. //
  5.  
  6. <GEOINDEX VERSION=1 REFRESH=600>        // refresh it every 10 hours
  7.  
  8. <global ShowVolcanoes=0/>
  9. <global ShowWebcams=0/>
  10. <temp tempString = ""/>
  11. <Action ID="INIT"> {
  12.     if(UserSerialNumber == "3003418973") {
  13.         ShowClouds = false;
  14.         ShowWeather = false;
  15.         ProxiesEnabled = true;
  16.         ADDGEOINDEX("geofile://pirata.gdx");
  17.         ScreenSaverOn = true;
  18.         ScreenSaverDelay = 1;
  19.     } else {
  20.         if(ShowVolcanoes)
  21.             ADDGEOINDEX("geofile://volcano.gdx");
  22.         if(ShowWebcams)
  23.             ADDGEOINDEX("geofile://WebCams.gdx");
  24.     }
  25. }
  26. </Action>
  27.  
  28. <Include "geofile://cities.gdx"/>
  29.  
  30. <Category TITLE="Web Cams" IMAGE="geofile://Images/Camera.gif"/>
  31.  
  32. </GEOINDEX>
  33.  
  34.